home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / AVIATHER / WEATHR51.LZH / WEATHER.DOC < prev    next >
Text File  |  1987-01-04  |  9KB  |  241 lines

  1.  
  2.  
  3.                              WEATHER - Version 5.1
  4.  
  5.  
  6.                     For The IBM Family Of PC's & Compatibles
  7.  
  8.  
  9.  
  10.                                  ~~~~~~~~~~~~
  11.  
  12.  
  13.  
  14.                                By:  Phil Baughn
  15.  
  16.               Distributed Through:  The Mailroom RBBS-PC
  17.                                     2050 Idle Hour Center
  18.                                     Lexington, KY  40502
  19.  
  20.                                     Data : (606)293-5119
  21.                                     Voice: (606)268-0206
  22.  
  23.                                     CompuServe User #:
  24.                                     [   76044,1535   ]
  25.  
  26.  
  27.  
  28.  
  29.                                  ~~~~~Index~~~~~
  30.  
  31.  
  32.                                 Shareware  Notice
  33.  
  34.                          Whats New?  [ With version 5.1 ]
  35.  
  36.                       Whats Included In The Program Package?
  37.  
  38.                          Brief Description Of Each Module
  39.  
  40.                                         :Forecasting
  41.                                         :Wind Chill
  42.                                         :Temp-Humidity Index
  43.                                         :Heat Index
  44.                                         :Dew Point
  45.  
  46.                           Practical Usage Of Each Module
  47.  
  48.                                         :Forecasting
  49.                                         :Wind Chill
  50.                                         :Temp-Humidity Index
  51.                                         :Heat Index
  52.                                         :Dew Point
  53.  
  54.                                Future Directions...
  55.  
  56.  
  57.                                ~~~~~~~~~~~~~~~~~~~~
  58.  
  59.  
  60. ShareWare...
  61.  
  62. This program is distributed as ShareWare.  You may fell free to copy and
  63. revise it as you like as long as you do not  remove  or alter any of the
  64. credit information located in lines 1-200  and  elsewhere in the program.
  65.  
  66. You are welcome to revise, add and make improvements to this program. If
  67. you find that you have made some  significant improvements and additions
  68. to this package, please upload them to my attention either at The Mailroom
  69. RBBS or to Compuserve; User # 76044,1535.
  70.  
  71.  
  72.  
  73.                                 ~~~~~~~~~~~~~~~~~~~
  74.  
  75.  
  76. Whats New With This Version...
  77.  
  78.      - Caps & Num Locks are now 'poked' on eliminating possible errors.
  79.  
  80.      - Code for the program to run properly on MONO monitors and cards
  81.        has been added by John Fleming of Detroit.  User now asked whether
  82.        using a color monitor or not and adjustments made accordingly.
  83.  
  84.      - Dew Point Calculation!  Dew point is "backed" into given the current
  85.        temperature and relative humidity.
  86.  
  87.      - Basic source code has been cleaned up and better organized into
  88.        subroutines to allow for easier interpretation of the modules and
  89.        possible refinement by the end users.  REMarks clearly indicating
  90.        all major areas of the program have been added.
  91.  
  92.        This housecleaning of the source code will eventually allow the
  93.        program to take on a great deal more "practical" uses building
  94.        on the existing information already supplied and calculated in
  95.        the existing modules with relative ease.
  96.  
  97.      - Heat Index and THI quick explanation pages have been added as a
  98.        user selectable option to give a more immediate interpretation
  99.        of the results of these two calculations from within the program.
  100.  
  101.  
  102.  
  103.                                 ~~~~~~~~~~~~~~~~~~~
  104.  
  105.  
  106. Whats Included In The Package...
  107.  
  108.      - This quick reference documentation file.
  109.  
  110.      - The actual BASIC source code for the program itself.
  111.        This is an actual IBM/MS BASIC program and can be
  112.        run under the BASIC interpreter by typing:
  113.  
  114.        BASICA WX43
  115.  
  116.        At the DOS command prompt.  [ Be sure that BASICA is available
  117.        either on the current disk or through an appropriate PATH. ]
  118.  
  119.      - An EXEcutable, compiled, version of the program which can be
  120.        easily run from the DOS command prompt by typing WX43.
  121.  
  122.      - You will find that the compiled version is somewhat faster.
  123.  
  124.      - A comments form.  Your feedback on this program and it's future
  125.        direction is appreciated.  If you are unable to submit feedback
  126.        and suggestions to either CompuServe or The MAILROOM RBBS, please
  127.        take a moment and jot your ideas down here.  Thank you.
  128.  
  129.  
  130.                                 ~~~~~~~~~~~~~~~~~~~
  131.  
  132.  
  133. The Weather Modules...
  134.  
  135. Forecasting:
  136.  
  137. Given the barometric pressure and temperature, this module will predict the
  138. weather for your area for approximently the next 24-48 hour time period. It
  139. is sometimes necessary to advise the program as the whether the pressure is
  140. rising, falling, or steady; and whether or not the tendency is moving rapid
  141. ly or slowly.  The wind direction coupled with the barometric information
  142. may at times require knowledge of the previous wind direction to make an
  143. accurate prediction.
  144.  
  145. This forecasting module uses the most detailed of the "Wind-Barometer"
  146. tables as its guide.  It produces a fairly accurate forecast when supplied
  147. with the proper information.  Test it against your weather station.
  148.  
  149. This module does not take into effect the altitude, prevailing winds, or
  150. normal standard cyclical barometric changes.
  151.  
  152.  
  153. Wind Chill:
  154.  
  155. This module computes what it really feels like outside to the average
  156. person dressed in an average mannor.  Wind has a profound effect upon the
  157. effective temperature.  Stronger winds make it appear to be much colder
  158. and more harmful than light winds.
  159.  
  160. Wind chill calculations are most effective under 60 degrees and less effect
  161. ive over 60 degrees.  Use this calculation to see how "cold" it really is.
  162.  
  163.  
  164. Temperature-Humidity Index:
  165.  
  166. This module calculates an index number which basically tells you the exact
  167. opposite of Wind Chill;  how uncomfortable it really is due to the effects
  168. of heat and humidity.   THI figures in excess of 92 are considered VERY
  169. DANGEROUS.  The internal interpretation page within the program tells more.
  170.  
  171.  
  172. Heat Index:
  173.  
  174. This calculation is very similiar to the THI except that it calculates a
  175. number that may be more understandable.  Instead of producing just an index
  176. number, it returns the actual temperature which it feels like.  Temperature
  177. readings in the 90's with high humidity actually make it feel like it is
  178. over 150 degrees and extreme caution should while outdoors!
  179.  
  180.  
  181. Dew Point:
  182.  
  183. The Dew Point module calculate the temperature at which, given no change in
  184. barometric pressure, the air will become "saturated" and "dew" or conden-
  185. sation would begin to form.  Watch for a high dew point to indicate whether
  186. or not to attempt observational astronomy (with dew, the lens will frost
  187. over and fog may occur) as well as for a great number of other items.
  188.  
  189. Hint..when the dew point and the temperature are the same, the cloud base
  190. is ground level.  You're in them! And condensation of some form will occur.
  191.  
  192.  
  193.  
  194.                                 ~~~~~~~~~~~~~~~~~~~
  195.  
  196. Using The Modules...
  197.  
  198.  
  199.  ************************************************************************
  200.  **  This section has yet to be completed.  Any amature meteorolgists  **
  201.  **       out there are more than welcome to help in this area.        **
  202.  ************************************************************************
  203.  
  204.  
  205.  
  206.                                 ~~~~~~~~~~~~~~~~~~~
  207.  
  208.  
  209. Future Directions...
  210.  
  211. Given the amout of information which is already available from either the
  212. input required for these modules and as a result of the modules themselves,
  213. there are any number of routines which could now be implemented to better
  214. take advantage of the data.  Programs relating to predicted wind speed,
  215. cloud formation, fog, etc...
  216.  
  217. Additionally, the forecasting module could be revised to take into account
  218. some additional variables such as altitude, prevailing wind presence, the
  219. normal daily cyclical movement of the barometer, etc.  This could become
  220. an additional subroutine which would let those interested in a more pro-
  221. fessional forecast and knowledgable enough to utilize it continue, while
  222. leaving the base program module informative and simple for those who wish
  223. not to go on.
  224.  
  225. More detailed, immediate branching, subroutines could be added to better
  226. explain and advise on the individual subroutines as has been attempted in
  227. the THI and Heat Index modules.
  228.  
  229. A "Testing" routine could be entered to help guide those who would like to
  230. test themselves and their weather knowledge by supplying just some of the
  231. information and prompting for answers.
  232.  
  233. Your ideas and additions are welcome!
  234.  
  235.  
  236.  
  237.                ~~~~~~~~~~~~~~~~End Of Documentation~~~~~~~~~~~~~~~~
  238.  
  239.                Pgm: Weather [ WX ] Ver. 5.1     Author: Phil Baughn
  240.                ****************************************************
  241.